home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / python-pyatspi.postinst < prev    next >
Encoding:
Text File  |  2010-11-06  |  372 b   |  15 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. # Workaround for python-central disaster
  5. if [ "$1" = "configure" ] && dpkg --compare-versions "$2" lt-nl "1.28.1-3"; then
  6.     rm -rf /usr/lib/python2.?/site-packages/pyatspi
  7. fi
  8.  
  9. # Automatically added by dh_pysupport
  10. if which update-python-modules >/dev/null 2>&1; then
  11.     update-python-modules  python-pyatspi.public
  12. fi
  13. # End automatically added section
  14.  
  15.